/***************************************************
				      GENERAL
***************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,  del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline:none;
	font-size: 100%;
	text-decoration:none;
	vertical-align: baseline;
}
body {
	height: 100%;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color: #7F7F7F;
	background-color: #282828;
	background-repeat: repeat-x;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 20px;
	
}



pre,code{
	white-space:pre;
	overflow:auto;
}
pre{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
code{
	display:block;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:11px;
	background-color: #333;
	padding: 10px;
}
p {
	margin-bottom: 10px;
}
strong, b { font-weight: bold; }
address { font-style: italic; }
abbr, acronym {
border-bottom:1px dotted;
cursor:help;
}
em, dfn, cite { font-style: italic; }
hr { 
	border-style:dotted none none;
	border-width:1px medium medium; 
}
dfn { font-weight: bold; }
small {	font-size: 11px; }
del { text-decoration: line-through; }
table {
	width: 100%;
	display:table;
	float:left;
}
td {
	text-align:center;
}
blockquote {
	font-style: italic;
	padding: 15px;
}
blockquote p, blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5 {
	border-left: 2px solid;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-variant: normal;
	white-space: normal;
}
h1{
	font-size:34px;
	line-height: 38px;
}
h2{
	font-size:28px;
	line-height: 33px;
}
h3{
	font-size:24px;
	line-height: 29px;
}
h4{
	font-size:20px;
	line-height: 25px;	
}
h5{
	font-size:16px;
	line-height: 21px;
}
h6{
	font-size:14px;
	line-height: 17px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-size: 100%;	
}
.overline{
	background-repeat: repeat-x;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center;
	width: 100%;
	float: left;
}
.overline h1,.overline h2,.overline h3,.overline h4,.overline h5,.overline h6{
	font-weight: normal;
	font-variant: normal;
	white-space: normal;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
ul, ol	{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;	
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	outline:none;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-left: 7px;
	letter-spacing: 0.5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
input:focus, textarea:focus {
	box-shadow:0 0 4px rgba(82,168,236,.5);
	-moz-box-shadow:0 0 4px rgba(82,168,236,.5);
	-webkit-box-shadow:0 0 4px rgba(82,168,236,.5);
}
input.submit, input.submit:focus {
	border:medium none;
	cursor:pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	text-decoration:none !important;
	width:auto !important;
	font-style: italic;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);	
}
a {
	text-decoration: none;
	color:#99ccff;	
	outline:none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a img {
	border: none;
}
img.shadow {
}	
img.border {
	padding: 6px;
	background-repeat: repeat;
}
.alignleft {
	float:left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.alignright {
	float:right;
	margin-left: 12px;
}
.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.title, .title a {
	font-size: 14px;
	font-family:"TrajanProRegular", trajan pro;
	text-decoration: none;
	display: block;
	font-weight: bold;
	height: 20px;
}
.title a:hover {
	color: #85C441;
	font-family: "TrajanProRegular", trajan pro;
}
.read-more {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
}
.read-more.right {
	text-align: right;
}
.read-more.center {
	text-align: center;
}
.divider {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 2px;
}
.border-divider {
	width: 100%;
	display: block;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	
}




.underline {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: normal;
}




#wrapper {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;

	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	
	padding-left: 10px;
	overflow: hidden;
}
#content {
	width: 100%;
	z-index: 998;
	font-size: 1em;
	padding-top: 15px;
	float: left;
}
#header {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family:"TrajanProRegular", trajan pro, Arial, Helvetica, sans-serif;

}
#logo {
	margin-right: 30px;
	display: block;
	float: left;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	background-color: #002c72;
	height: 88px;
	padding-top: 8px;
}
#logo a {
	border: none;
	float: left;
}
#logo1 {
	margin-right: 30px;
	display: block;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 15px;
	border-bottom-color: #f2f2f2;

}
#logo1 a {
	border: none;
	float: left;
}



/***************************************************
				      SEARCH
***************************************************/
#search {
	width: 220px;
	position: relative;
	float: right;
	padding: 0px;
	margin: 0px;
}
#search input {
	float: right;
	width: 175px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#search input:focus {
}
#search .search-button {
	width: 17px;
	height: 17px;
	border: none;
	cursor: pointer;
	background-image: url(../images/icon-search-button.png);
	background-repeat: no-repeat;
	background-position: left top;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	position: absolute;
	top: 8px;
	right: 8px;
	margin: 0px;
	padding: 0px;
}
/***************************************************
			DROPDOWN MENU
***************************************************/
.ddsmoothmenu {
	z-index: 999;
	float: left;
	font-family: 'Volkhov', serif;
	padding-top: 10px;
	color: #000000;
}
.ddsmoothmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	left: 0px;
	top: 0px;
}
.ddsmoothmenu ul li {
	position: relative;
	display: block;
	float: left;
	margin-right: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.ddsmoothmenu ul li a {
	text-decoration: none;
	display: block;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
	text-transform: uppercase;
	
}
.ddsmoothmenu ul li:hover a, 
.ddsmoothmenu ul li.current a {
}
.ddsmoothmenu ul li:hover, 
.ddsmoothmenu ul li.current, 
.ddsmoothmenu ul li.current-menu-item,
.ddsmoothmenu ul li.current-menu-parent {
	text-decoration: none;
	border-bottom: 1px solid #666666;
}
.ddsmoothmenu ul li ul {
	display: none;
	position: absolute;
	visibility: hidden;
	margin-top: 1px;
	-moz-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;
}
.ddsmoothmenu ul li ul li,
.ddsmoothmenu ul li ul li.current-menu-item,
.ddsmoothmenu ul li ul li.current-menu-parent {
	display: list-item;
	float: none;
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
	border-bottom-style: none;
}
.ddsmoothmenu ul li ul li:hover,
.ddsmoothmenu ul li ul li.current-menu-item {
	border-bottom-style: none;
}
.ddsmoothmenu ul li ul li a, 
.ddsmoothmenu ul li.selected a ul li a {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: normal;
	border-bottom:1px dotted #CCCCCC;
	text-transform: none;
	width: 160px;
	padding: 10px;
	}
.ddsmoothmenu ul li:hover ul li a {
}
.ddsmoothmenu ul li ul li a.last, 
.ddsmoothmenu ul li ul li a.last:hover {
	border-bottom-style: none;
}
.ddsmoothmenu ul li ul li a:hover,
.ddsmoothmenu ul li ul li.current-menu-item a {
	text-decoration: none;
}
.ddsmoothmenu ul li ul li ul {
	top: 0;
	margin-left: 5px;	
}
.ddshadow{position: absolute;}
/***************************************************
						 FOOTER
***************************************************/
#footer-wrapper {
	width: 100%;
	overflow: hidden;
	margin: 0px;
}
#footer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	/*padding-top: 35px;*/
}
#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#footer h3 {
	/*margin-bottom: 15px;*/
}
#footer ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	float: left;
}
#footer ul li {
	display: block;
	/*margin-bottom: 10px;*/
}
#footer ul li a {
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}
#footer ul li a:hover {
	color: #0099FF;
}
#footer ul li span, #footer ul li span a {
display:block;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: none;
}
#footer ul li span a {
	display: inline;
}
/***************************************************
				SOCIALIZE
***************************************************/
ul.socialize {
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.socialize li {
	display: block;
	margin-bottom: 10px;
}
ul.socialize li img {
	margin-right: 7px;
	float: left;
}
ul.socialize li a {
	line-height: 25px;
	color: #666666;
}
/***************************************************
				TWITTER
***************************************************/
#footer .tweets{
}
#footer .tweets ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
#footer .tweets li, .block .tweets li {
	margin-bottom: 25px;
}
#footer .tweets li .tweet_text, .block .tweets li .tweet_text{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}
#footer .tweets a, .block .tweets a {
	text-transform: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}
#footer .tweets .tweet_time a, .block .tweets .tweet_time a {
	text-transform: none;
	display: block;
	font-size: 10px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 3px;
}
/***************************************************
				COPYRIGHT
***************************************************/
#copyright {
	float: left;
	padding-top: 10px;
	display: block;
	width: 100%;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

#bunga {
	float: left;
	display: block;
	width: 100%;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_bahasa.JPG);
	background-position: center;
	margin-bottom: 10px;
}
/***************************************************
				      COLUMNS
***************************************************/
#inner-content1 {
	width: 420px;
	background-color: #f2f2f2;
	float: right;
	height: 427px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 5px;
}

#inner-content4 {
	width: 420px;
	background-color: #f2f2f2;
	float: right;
	height: 431px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 5px;
}


#inner-content2 {
	width: 460px;
	float: left;
	height: 480px;
	margin-top: 5px;
}
#inner-content3 {
	width: 460px;
	float: left;
	height: 480px;
	margin-top: 5px;
}


#inner-content {
	width: 500px;
	background-color: #f2f2f2;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#inner-content .one, #inner-content .one-half, #inner-content .one-half1, #inner-content .two-third, #inner-content .one-third, #inner-content .one-fourth{
	display: inline;
}
#inner-content .one-half, #inner-content .one-half1, #inner-content .two-third, #inner-content .one-third, #inner-content .one-fourth {
	margin-right: 35px; 
}
#inner-content .one {
	width: 100%;
}
#inner-content .one-half {
	width:307px;
}
#inner-content .one-half1 {
	width:400px;
	
}
#inner-content .two-third {
	width:422px;
}
#inner-content .one-third {
	width:100px;
	background-color: #306;
}
#inner-content .one-fourth {
	width:136px;
}
#inner-content .one-half.last, #inner-content .two-third.last, #inner-content .one-third.last, #inner-content .one-fourth.last { 
	float:left; margin-right: 0px; 
}

 #inner-content .one-half1.last, { 
	float:right; margin-left: 10px; 
}

.one, .one-half, .one-half1, .two-third, .one-third, .one-fourth { 
	float:left; 
}

.one-half1 { 
	float:right; 
}
.one-half, .two-third, .one-half1, .one-third, .one-fourth {
	margin-right: 0px;
}


.one {
	width: 100%;
}
.one-half {
	width:465px;
}
.one-half1 {
	width:475;
	
}


.two-third {
	width:290px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	
}
.one-third  {
	width:180px;
	padding-right: 4px;	
	
}

.one-third1  {
	width:40px;
		
}
.one-fourth {
	width:217px;
}
.last {
	margin-right: 0px;
}
/***************************************************
		    BUTTON COLORS
***************************************************/



a.button{
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	display: block;
	float: left;
	height: 24px; /* Height of button background height */
	text-decoration: none;
	width: 170px;
	text-align: center;
	font-family: "GillSansMTRegular", GillSansMTRegular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	padding-top: 5px;
}

a:link.button, a:visited.button, a:active.button{
	color: #FFF; /*button text color*/
	background-color: #cccccc;
}

a.button span{
	display: block;
	padding: 7px 12px 5px 0; /*Set 9px below to match value of 'padding-left' value above*/
	background-color: #333;

}

a.button:hover{ /* Hover state CSS */
	width: 170px;
	text-align: center;
	display: block;
	color: #666;
}

a.button:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

 
/*********************************************************************
					DIFFERENT UL STYLES
 *********************************************************************/
.check-list, .arrow-list {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
.check-list li, .arrow-list li {
	margin-bottom: 5px;
	padding-left: 15px;
}
.arrow-list li {
	background-color: transparent;
	background-image: url(../images/bullets.png);
	background-repeat: no-repeat;
	background-position: -82px 5px;
	background-attachment: scroll;
}
.check-list li {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/bullets.png);
	background-repeat: no-repeat;
	background-position: -42px -45px;
}
/********************************************
					TABS STYLE
 ********************************************/
.tabbed-content {
	list-style: none;
	background-repeat: repeat;
	float: left;
	margin: 0;
	padding: 1.5%;
	width: 97%;
}
ul.tabs {
	list-style: none;
	float: left;
	margin: 0;
	width: 100%;
	border-bottom: solid 1px;
}
ul.tabs li {
	overflow: hidden;
	position: relative;
	float: left;
}
ul.tabs li {
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	outline: none;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;	
}
ul.tabs li.active  {
}
ul.tabs li.active a {
	color: #666666;
}
.tab_container{
	float: left;
	display: block;
	width: 100%;
}
.tab_content {
	background-color: #333333;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
/***************************************************
			ACCORDION STYLE
***************************************************/
.accordion {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.accordion ul {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}
.accordion li {
	cursor: pointer;
	list-style-type: none;
	padding: 1.5%;
	float: left;
	display: block;
	width: 98.5%;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
.accordion li.active>a { 	
	background-position: right -39px;
}
.accordion a {
	padding: 10px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
.accordion li div {
	display: block;
	clear: both;
	float: left;
	width: 95%;
	padding: 2.5%;
	border-top: solid 1px;
}
.accordion li div a {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	background-image:none;
	font-style:normal;
	font-size: 100%;
	padding: 0px;
	color: #85C441;
}
.accordion li div a:hover {
	color: #7cc00099FFcb;
}
/***************************************************
				      HOME ENTRY
***************************************************/
.home-entry {
	display: block;
}
.home-entry .title, .home-entry .title a {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}
.home-entry .post-meta {
	text-align: center;
}
/***************************************************
			PORTFOLIO HOME GRID VIEW
***************************************************/
#portfolio-home {
	width: 960px;
	float: left;
	margin-bottom: 35px;
}
#portfolio-home .grid ul li a.hide {
	display: none;
}
#portfolio-home .grid {
	padding: 0px;
	display: block;
	width: 964px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
}
#portfolio-home .grid ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#portfolio-home .grid ul li {
	float: left;
	position: relative;
	width: 240px;
	margin-bottom: 1px;
	margin-left: 1px;
}
#portfolio-home .grid ul li img {
	float: left;
}
#portfolio-home .title a {
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 18px;
	line-height: 20px;		
}	
#portfolio-home .portfolio-thumbnail{
	position:absolute;
	width:210px;
	height:210px;
	left: 0px;
	top: 0px;
	padding: 15px;
	display: none;
	text-align: center;
}
/***************************************************
				PORTFOLIO
***************************************************/
#portfolio {
	width: 960px;
	float: left;
}
.col2 {
	width: 465px;
}
.col3 {
	width: 300px
}
.portfolio-grid ul li a.hide {
	display: none;
}
.portfolio-grid {
	padding: 0px;
	display: block;
	width: 980px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}
.portfolio-grid ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.portfolio-grid ul li {
	float: left;
	position: relative;
	margin-bottom: 20px;
	margin-left: 25px;
	text-align: center;
}
.portfolio-grid ul li img {
}
.portfolio-grid .title a {
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 20px;	
}
.portfolio-grid ul li.col3, .portfolio-grid ul li.col2, .portfolio-grid ul li img:focus {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/bg-thumb-hover.png);
}
.portfolio-grid ul li.col2 {
	background-image: url(../images/bg-thumb-hover-2.png);
}
.portfolio-thumbnail{
	position:absolute;
	width:195px;
	height:195px;
	left: 0px;
	top: 0px;
	padding: 15px;
	display: none;
}
.portfolio-thumbnail-info {
	padding: 10px;
	float: left;
}
.col2 .portfolio-thumbnail-info {
	padding-right: 30px;
	padding-left: 30px;
}
/***************************************************
		    PORTFOLIO FILTERABLE NAVIGATION
***************************************************/
#filterable {
	display: inline;
	float: right;
	margin-bottom: 20px;
}
#filterable li {
	background: none;
	display: inline;
	float: left;
	margin-left: 35px;
}
#filterable li a {
	text-decoration: none;
	float: left;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 14px;	
}
#filterable li a:hover {
	color: #0099FF;
}
#filterable li.current a {
}
#filterable li.first {
	margin-left: 0px;
}
#filterable li a.last {
}
/***************************************************
			PORTFOLIO ITEM SLIDES
***************************************************/
#portfolio-item-slides {
	width:650px;
	height:430px;
	position:relative;
	margin: 0px;
	padding: 0px;
	float: left;
}
#slides {
	position:absolute;
	top:5px;
	left:0px;
	z-index:10;
}
.slides_container {
	width:650px;
	height:390px;
	overflow:hidden;
	position:relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/loading-dark.gif);
}
.pagination {
	width:100px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.pagination li {
	float:left;
	list-style:none;
	margin-right: 3px;
	margin-left: 3px;
}
.pagination li a {
	display:block;
	float:left;
	overflow:hidden;
	width:7px;
	height:7px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 		
	border-radius: 3px;
	text-indent: -9999px;
}
.pagination li a:hover, .pagination li.current a {
}
ul.details {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.details li {
	text-transform: uppercase;
	font-size: 11px;
	background-image: url(../images/icon-checkmark.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 25px;
	line-height: 25px;
	margin-bottom: 4px;
}
/***************************************************
				  CONTACT FORM
***************************************************/
#contact-form {
	position: relative;
	width: 100%;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#contact-form div {
	display: inline;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
#contact-form div label {
	float: left;
	text-align: right;
	margin-left: 15px;
}
#contact-form .error {
	position: absolute;
	top: -15px;
	color: #db4e43;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	left: 6px;
}
#contact-form input {
	width:55%;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	float: left;
}
#contact-form textarea {
	height:130px;
	width:90%;
	padding: 8px;
}
#contact-form input.submit {
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;	
}
#contact-form em {
	color:#db4e43;
	display: inline;
}
.contact-information .overline{
	margin-bottom: 15px;
}
/***************************************************
				  Your additional styles
***************************************************/
.wp-caption{}
.wp-caption-text{}
.gallery-caption{}


.menunew{
	margin-bottom: 15px;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: repeat;
	height: 385px;
	width: 234px;
	float: right;
	font-family:"TrajanProRegular", "trajan pro", Arial, Helvetica, sans-serif;
	color: #666666;
	
	
}
.judul{
	font-family:"GillSansMTRegular", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 25px;
	color: #666666;
}
.box{ style="width:234;
	height:385;
	float:left;
	width: 234px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.squarebutton{

	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
	display: block;
	float: left;
	font: normal 14px "TrajanProRegular", trajan pro, Arial, Helvetica, sans-serif; 
	line-height: 15px;
	height: 27px; /* Height of button background height */

	text-decoration: none;
	width: 187px;
	text-align: center;
	margin-right: 20px;
	margin-left: 23px;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color: #494949; /*button text color*/
	background-color: #cccccc;
}

a.squarebutton span{
	font-family:"TrajanProRegular", trajan pro, Arial, Helvetica, sans-serif;
	background: transparent url('https://www.tamanselini.com/wp-content/themes/Taman%20Selini/jstab/media/square-gray-right.gif') no-repeat top right;
	display: block;
	padding: 7px 12px 5px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	width: 187px;
	text-align: center;

}

a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}



.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
	width: 100%;
}


a.squarebutton1{

	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	
}

a:link.squarebutton1, a:visited.squarebutton, a:active.squarebutton{
	color: #494949; /*button text color*/
font-size: 14px;
}

a.squarebutton1 span{
	font-family:"TrajanProRegular", trajan pro, Arial, Helvetica, sans-serif;
	display: block; /*Set 9px below to match value of 'padding-left' value above*/
	color:#666;
	font-weight: bold;
	background-color: transparent;
	background-image: url(../images/panah.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	margin-left: 58px;
	text-align: right;	
}

a.squarebutton1:hover{ /* Hover state CSS */
	background-position: bottom left;
	text-align: center;
	color:#999;
}

a.squarebutton1:hover span{ /* Hover state CSS */
	font-family:"TrajanProRegular", trajan pro, Arial, Helvetica, sans-serif;
	display: block; /*Set 9px below to match value of 'padding-left' value above*/
	color:#999;
	font-weight: bold;
	background-color: transparent;
	background-image: url(../images/panah.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	margin-left: 58px;
	text-align: right;	
}



.bawah{
	font: normal 12px "TrajanProRegular", trajan pro, Arial, Helvetica, sans-serif;
	padding-bottom:8px;
	color:#002c72;
	}
	
	.activities{
	text-align: center;
	padding-left: 15px;
	
		}
.islendlife{
	font: "TrajanProRegular", trajan pro, Arial, Helvetica, sans-serif;
	color:#005f65;
	padding-left:1px;
	font-size:10px;
	}
	

.wiki{
	padding-top:15px;
	float:left;
	
	
	
	}
	
/*home 3 colom */

	
.conten_home1{
	float:left;
	width: 365px;
	height: 275px;
	margin-right: 10px;
	margin-top: 5px;
	}
	
.conten_home2{
	float:left;
	width: 209px;
	height: 280px;
	background-image: url(../images/guest_review.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
		.conten_home02{
	float:left;
	width: 170px;
	height: 200px;
	margin-left: 25px;
	margin-right: 14px;
	margin-top: 50px;
	margin-bottom: 30px;
		}
	
.conten_home3{
	float:right;
	width: 344px;
	background-image: url(../images/gallery.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 280px;
	}
		.conten_home03{
	float:right;
	width: 301px;
	height: 207px;
	margin-left: 22px;
	margin-top: 21px;
	margin-right: 21px;
	margin-bottom: 10px;
		}
		#bahasa {
	margin-right: 30px;
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	background-image: url(../images/bg_bahasa.JPG);
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 10px;
	#bahasa {
	margin-right: 30px;
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	background-image: url(../images/bg_bahasa.JPG);
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 10px;
	text-align: right;
}
	.bahasa1 {
		float:right;
		height:20px;
		width:30px;

}